Zip is a command-line utility tool used for compressing files and folders. its reduce file size and also used as a file package utility.
zip is available in many operating systems like Unix, Linux, windows, etc and easily decompress zipped files on Linux, Windows, and even mac.
Zipped files are easy to transfer including uploading, downloading, and attaching them on email.
In this topic, we focus on how you can install the zip and unzip utilities on various Linux distributions.
For Debian-based distributions, install the zip utility by running the command.
sudo apt install zip
After installation, you can check the version of zip installed using the command.
$ zip -v
For the unzip utility, execute command as shown.
$ sudo apt install unzip
Again, just like zip, you can check the version of the unzip utility installed by running.
$ unzip -v
We are Recommending you:
Step Out of Your Comfort Zone: 10 Powerful...
Is Mobile Reels Harming Our Children? Here's...
Simple body language tricks1. Stand with...
Best Free Websites to Learn CodingIf you...
Shortcut Keys ...
How to Check SSD or HDD on Your PCAre you...
.marginspace li { margin-bottom:16px}Srimad...
1. What is Git, and why is it important?Git...
In this tutorial, i would like to share with...